home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / util / boot / Retire.lha / Retire / Retire.doc < prev    next >
Encoding:
Text File  |  1995-04-04  |  1.4 KB  |  48 lines

  1.  
  2.   RETIRE  -  a shell command to remove entries from user-startup.
  3.   ---------------------------------------------------------------
  4.  
  5.  Version 1.0  -  3-apr-95
  6.  
  7.  Author: Ralf Gruner
  8.          An der Sense 5a
  9.          D-02779 Großschönau
  10.          Germany
  11.  
  12.  Retire is a simple way to remove entries of applications from the
  13.  s:user-startup file without using the installer.
  14.  
  15.  It is useful in shell scripts for uninstalling of applications.
  16.  
  17.  The syntax is
  18.  
  19.    retire <application_name> [<application_name_2> ...]
  20.  
  21.  Retire searchs for the standard installer type entries:
  22.  ;BEGIN <application_name>
  23.  ...
  24.  ;END <application_name>
  25.  
  26.  If found, Retire removes the lines from BEGIN to END of the application
  27.  entry and following empty lines if any.
  28.  If Retire does not find a matching END, an error message tell you
  29.  the problem and nothing will be removed.
  30.  Application names containing spaces must be written in quotes.
  31.  
  32.  Retire is in the Public Domain, so you can do with it what you want.
  33.  Detailed information how Retire works you will find in the source code.
  34.  
  35.  Ralf
  36.  
  37.  
  38.  
  39. ----------
  40. Disclaimer
  41.  
  42. This program is provided "as is" without warranty of any kind, either
  43. expressed or implied, including, but not limited to, the implied warranty
  44. of fitness for a particular purpose.  Though every care has been taken to
  45. make this program system-friendly and bugs-free, the entire risk as to the
  46. results, reliability and performance of this program is assumed by you.
  47.  
  48.